home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / compiler / innr.inc < prev    next >
Text File  |  1998-09-24  |  2KB  |  82 lines

  1. {
  2.     $Id: innr.inc,v 1.1.1.1 1998/03/25 11:18:12 root Exp $
  3.     This file is part of the Free Pascal run time library and compiler.
  4.     Copyright (c) 1993,98 by the Free Pascal development team
  5.  
  6.     See the file COPYING.FPC, included in this distribution,
  7.     for details about the copyright.
  8.  
  9.     This program is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12.  
  13.  **********************************************************************}
  14.  
  15. const
  16.    in_lo_word = 1;
  17.    in_hi_word = 2;
  18.    in_lo_long = 3;
  19.    in_hi_long = 4;
  20.    { to be able to compile with ord intern or not }
  21.    in_ord_char = 5;
  22.    in_ord_x = 5;
  23.    in_length_string = 6;
  24.    in_chr_byte = 7;
  25.    in_inc_byte = 8;
  26.    in_inc_word = 9;
  27.    in_inc_dword = 10;
  28.    in_dec_byte = 11;
  29.    in_dec_word = 12;
  30.    in_dec_dword = 13;
  31.    in_write_x = 14;
  32.    in_writeln_x = 15;
  33.    in_read_x = 16;
  34.    in_readln_x = 17;
  35.    in_concat_x = 18;
  36.    in_assigned_x = 19;
  37.    in_str_x_string = 20;
  38.    in_ofs_x = 21;
  39.    in_sizeof_x = 22;
  40.    in_typeof_x = 23;
  41.    in_val_x = 24;
  42.    in_reset_x = 25;
  43.    in_rewrite_x = 26;
  44.    in_low_x = 27;
  45.    in_high_x = 28;
  46.    in_seg_x = 29;
  47.    in_pred_x = 30;
  48.    in_succ_x = 31;
  49.    in_reset_typedfile = 32;
  50.    in_rewrite_typedfile = 33;
  51.    in_settextbuf_file_x = 34;
  52.    in_inc_x = 35;
  53.    in_dec_x = 36;
  54.  
  55. {
  56.   $Log: innr.inc,v $
  57.   Revision 1.1.1.1  1998/03/25 11:18:12  root
  58.   * Restored version
  59.  
  60.   Revision 1.2  1998/02/24 16:50:03  peter
  61.     * stackframe ommiting generated 'ret $-4'
  62.     + timer.pp bp7 version
  63.     * innr.inc are now the same files
  64.  
  65.   Revision 1.3  1998/01/26 11:59:37  michael
  66.   + Added log at the end
  67.  
  68.   revision 1.2
  69.   date: 1997/12/01 12:08:04;  author: michael;  state: Exp;  lines: +8 -17
  70.   + added copyright reference header.
  71.   ----------------------------
  72.   revision 1.1
  73.   date: 1997/11/27 08:33:46;  author: michael;  state: Exp;
  74.   Initial revision
  75.   ----------------------------
  76.   revision 1.1.1.1
  77.   date: 1997/11/27 08:33:46;  author: michael;  state: Exp;  lines: +0 -0
  78.   FPC RTL CVS start
  79.   =============================================================================
  80. }
  81.  
  82.